ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / Stochastic<T> Class / DPeriod Property

In This Topic
    DPeriod Property (Stochastic<T>)
    In This Topic
    Gets or sets the period for the %D simple moving average.
    Syntax
    'Declaration
     
    Public Property DPeriod As Double
    public double DPeriod {get; set;}
    See Also